home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / mh060191.zip / TRAPDOOA.BAT < prev    next >
DOS Batch File  |  1991-06-01  |  382b  |  14 lines

  1. @echo off
  2. rem trapdoor.bat
  3. rem
  4. rem %0 = mhjump.bat, %1 = port#, %2 = baud, %3 = first name, %4 = last name,
  5. rem %5 = security, %6 = ansi(Y/N), %7 = start directory, %8 = ONLINE or LOCAL
  6. rem
  7. if .%8. == .LOCAL. goto local
  8. c:\doors\dw COM%1: /O:T /G:ON /M:32767 /A:ON /B:MS /S:* /C:DOS
  9. goto end
  10. :local
  11. c:\doors\dw local  /O:T /G:ON /M:32767 /A:ON /B:MS /S:* /C:DOS
  12. :end
  13.  
  14.